Record: QK-Gain 4.0 + XSA-11 + Muon-TTT + SLOT — val_bpb 1.0914 (3-seed mean)#1176
Open
bigbag wants to merge 1 commit intoopenai:mainfrom
Open
Record: QK-Gain 4.0 + XSA-11 + Muon-TTT + SLOT — val_bpb 1.0914 (3-seed mean)#1176bigbag wants to merge 1 commit intoopenai:mainfrom
bigbag wants to merge 1 commit intoopenai:mainfrom
Conversation
…ed mean) 3-seed mean: 1.0962 BPB (std 0.0005) Seeds: 1337=1.0957, 42=1.0963, 2024=1.0966 Beats merged SOTA (1.1147) by 0.019 BPB Built on PR openai#1135 with: QK_GAIN_INIT=4.0, XSA all 11 layers, Muon-TTT (score-first, 3 epochs), SLOT eval-time delta optimization. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Tanush1912
added a commit
to Tanush1912/parameter-golf
that referenced
this pull request
Mar 31, 2026
Novel contribution: shallow recurrence (layers 4,5 repeated once each) with rank-2 LoRA corrections on attention projections, RMSNorm before repeat, and learnable alpha scaling. 13 virtual layers from 11 physical layers at 28KB (0.18%) parameter overhead. Hyperparameter changes from PR openai#1179 base (1.1105 BPB): - NEGATIVE_SLOPE: 0.5 -> 0.9 (validated +0.013 BPB in issue openai#140) - QK_GAIN_INIT: 1.5 -> 4.0 (validated +0.006 BPB in PR openai#1176) - TTT_ENABLED: 1 (score-first, legal variant) - WARMDOWN_ITERS: 4000 (extended from 3500) - BIGRAM_DIM: 160 (from 112) Status: WIP - awaiting compute for 3-seed validation runs.
|
This SLOT implementation, like the ones before it, violates causality. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
val_bpb: 1.0914 (3-seed mean, std 0.0003) | ≤16.0 MB | 8×H100 SXM | ~87.2ms/step | ~6884 steps
Built on PR #1135 (@barneywohl) with four additions:
3-Seed Results
Beats merged SOTA (PR #1019, 1.1147) by 0.023 BPB (p ≪ 0.01).
Improvement Breakdown
Legality
Training (≤600s on 8×H100)
Evaluation — TTT (score-first, ≤10 min additional)
torch.inference_mode()FIRST. NLL recorded BEFORE any parameter update.Evaluation — SLOT (legal, within eval budget)
torch.no_grad()and.detach()ed from model graph.No illegal techniques
Reproduction
Training: ~600s. Eval (sliding + TTT + SLOT): ~850s. Total: ~25 min end-to-end.
Acknowledgments
PR #1135 (@barneywohl), PR #1125 (qk_gain sweep), PR #1128 (SLOT reference), PR #549 (legal TTT pattern), Hu et al. arXiv:2505.12392v2.
🤖 Generated with Claude Code